home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / networking / anos / install_dis.lha / AmigaDIS / AmigaNOS / SLIP / NOS-DIAL < prev    next >
Encoding:
Text File  |  1993-07-13  |  212 b   |  15 lines

  1. timeout 1200
  2. send "ATZ"
  3. wait "OK"
  4. send "ATD0813434848"
  5. wait "login:"
  6. delay 60
  7. send "your_node_name eg video"
  8. timeout 60000
  9. wait "Password:"
  10. delay 60
  11. send "your_password"
  12. wait "Protocol:"
  13. send "SLIP"
  14. wait "HELLO"
  15.